home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / cmds / gdb-4.5 / dist / libiberty / configure.in < prev    next >
Encoding:
Text File  |  1992-04-01  |  778 b   |  51 lines

  1. # This file is a shell script fragment that supplies the information
  2. # necessary for a configure script to process the program in
  3. # this directory.  For more information, look at ../configure.
  4.  
  5. configdirs=
  6. srctrigger=getopt1.c
  7. srcname="-liberty library"
  8.  
  9. # per-host:
  10.  
  11. files="alloca-norm.h"
  12. links="alloca-conf.h"
  13.  
  14. case "${host_os}" in
  15.  
  16. sysv4 )
  17.     host_makefile_frag=config/mh-sysv4
  18.     ;;
  19.  
  20. sysv* | dgux | irix | m88kbcs )
  21.     host_makefile_frag=config/mh-sysv
  22.     ;;
  23.  
  24. aix)
  25.     case "${host_cpu}" in
  26.     rs6000)
  27.         host_makefile_frag=config/mh-sysv
  28.         files="alloca-botch.h"
  29.         ;;
  30.     esac
  31.     ;;
  32.  
  33. irix4)
  34.     host_makefile_frag=config/mh-irix4
  35.     ;;
  36.  
  37. *)
  38.     ;;
  39.  
  40. esac
  41.  
  42. case "${host_vendor}" in
  43.     apollo*)
  44.         case "${host_cpu}" in
  45.             m68k*)
  46.                 host_makefile_frag=config/mh-apollo68 ;;
  47.             esac
  48.         ;;
  49. esac
  50. # per-target:
  51.